home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / gura.dxr / 00024_back.ls < prev    next >
Encoding:
Text File  |  1998-10-08  |  295 b   |  17 lines

  1. on mouseUp
  2.   puppetSound(1, "CLICK.aif")
  3.   if (the frame = 37) or (the frame = 38) then
  4.     go(21)
  5.   else
  6.     if (the frame = 58) or (the frame = 59) then
  7.       go("1-14")
  8.     else
  9.       if the frame = 89 then
  10.         go(84)
  11.       else
  12.         go(#previous)
  13.       end if
  14.     end if
  15.   end if
  16. end
  17.